home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 February
/
OpenLinux 2.3 CD.iso
/
col
/
data
/
framework.cgz
/
framework-0.6.cpio
/
var
/
adm
/
LST
/
Unconfigured
/
00modules.todo
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-02-27
|
141 b
|
7 lines
#! /bin/bash
if [ -x /sbin/depmod ]; then
/sbin/depmod -a || exit 1
exit 1 # depmod apparently doesn't report all errors!? ...
fi
exit 0